Connectivity Software User's Guide and Reference
Deployment Methods
QuickOPC > Concepts > Development Concepts > Application Deployment > Deployment Methods
In This Topic

Introduction

You can deploy your application developed with Connectivity Software using following methods:

  1. Manual Application Deployment: Doing the necessary deployment steps manually. On Windows and when not targeting the .NET 8+, the Connectivity Software installer can be used to help with initial parts of the manual process.
  2. Automated deployment, roll your own: By writing your an installer for your application, and including in it the steps needed to deploy the individual Connectivity Software elements.
  3. Automated deployment with Production installer (Windows only; normally meant for COM applications, and not .NET or Python): Deployment is achieved by writing an installer for your application, and having your installer embed and invoke the Connectivity Software Production installer. The user can also run the Production installer manually.

Python Development

Python is interpreted, and the deployment methods in this chapter do not quite apply to it. The necessary installation elements (.NET assemblies, mainly), are contained within the Connectivity Software Python packages. For Connectivity Software applications in Python, in general, you just need to make sure that the Deployment Prerequisites are present, and optionally take care of Configuration Elements and Licensing Elements.

 

See Also

Knowledge Base